luci-mod-network: aligned column names
authorMeow <[email protected]>
Thu, 19 Jun 2025 07:45:48 +0000 (09:45 +0200)
committerPaul Donald <[email protected]>
Sun, 29 Jun 2025 17:50:24 +0000 (19:50 +0200)
luci-mod-network: aligned column names

Signed-off-by: Meow <[email protected]>
modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js

index 63af8b42cc8b3fa1b0948ccec51c7862a8eba715..5f62f21406cd5ae427f66229f4a5bf11c0ad2e6a 100644 (file)
@@ -55,7 +55,7 @@ CBILease6Status = form.DummyValue.extend({
                        E('h4', _('Active DHCPv6 Leases')),
                        E('table', { 'id': 'lease6_status_table', 'class': 'table' }, [
                                E('tr', { 'class': 'tr table-titles' }, [
-                                       E('th', { 'class': 'th' }, _('Host')),
+                                       E('th', { 'class': 'th' }, _('Hostname')),
                                        E('th', { 'class': 'th' }, _('IPv6 address')),
                                        E('th', { 'class': 'th' }, _('DUID')),
                                        E('th', { 'class': 'th' }, _('Lease time remaining'))